body {
  margin: 0px;
  font-family: sans-serif;
}

.mainFooter {
  background-color: #313035;
}

footer {
  width: 80%;
  margin: auto;
  padding: 20px 0;
}

footer .foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.FooterHaed {
  display: flex;
  align-items: center;
  align-items: center;
}

.FooterHaed h5 {
  font-size: 17px;
  margin-right: 13px;
  margin-left: 4px;
  color: #f4f4f4;
}

.FooterHaed p {
  color: #f4f4f4;
  font-size: 15px;
}

.FooterHaed + div button {
  background-color: #ec5e71;
  padding: 8px 10px;
  border: none;
  font-size: 15px;
  color: white;
  border-radius: 4px;
}

.middleFooter {
  background-color: #404043;
  padding: 10px;
}

.contentFoot {
  background-color: #404043;
}

.middleFooter,
.contentFoot {
  display: flex;
  justify-content: space-around;
}

.contentFoot p {
  font-size: 10px;
  color: rgb(198, 198, 199);
  margin-top: 15px;
}

.middleFooter svg {
  fill: rgb(198, 198, 199);
}

.bottomFooter {
  width: 80%;
  margin: auto;
  padding: 30px;
}

.bottomFooter h5 {
  color: rgb(198, 198, 199);
  font-size: 12px;
}

.bottomFooter p {
  color: rgb(198, 198, 199);
  font-size: 10px;
}

.last {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.socialMedia i {
  margin-right: 5px;
}

.socialMedia {
  display: flex;
  margin: auto;
  font-size: 22px;
  color: rgb(198, 198, 199);
  margin-top: 40px;
  justify-content: center;
  align-items: center;
}

.socialMedia + p {
  color: rgb(151, 149, 149);
  font-size: 10px;
  width: 20%;
  margin: auto;
  margin-top: 30px;
  text-align: center;
}

.ptag p {
  color: rgb(174, 174, 174);
  font-size: 10px;
  margin: auto;
  padding-bottom: 50px;
  text-align: center;
}

.footer {
  margin: auto;
  width: 80%;
}

#social {
  padding: 20px 0px;
  background-color: #404043;
}
